home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(getProperty("MailBas", _Y) - 10 < getProperty("MailEnsemble", _Y) + getProperty("MailEnsemble", _height))
- {
- setProperty("MailEnsemble", _Y, getProperty("MailEnsemble", _Y) - 10);
- }
- tellTarget("../FlechesRoue")
- {
- gotoAndStop("Down");
- }
- set("/Variables:ScrollMail",-10);
- tellTarget("MailScroll")
- {
- play();
- }
- tellTarget("../RoueScroll")
- {
- play();
- }
- }
-